![]() ![]() |
Q: I'm trying to port my 68K code to PPC. I have custom functions
defined for calling
The compiler complained that it cannot covert my custom function to type
RoutineDescriptor*, so I changed it by casting it to
There were no compile or link errors, but now, when I run the program, it crashes with a type 3 error. What's the correct way to implement this? A: Create a UPP using
See Also
|
Developer Documentation | Technical Notes | Development Kits | Sample Code |